Eli Zaretskii [Fri, 25 Jan 2002 13:10:46 +0000 (13:10 +0000)]
(xterm-standard-colors): New variable.
(xterm-rgb-convert-to-16bit, xterm-register-default-colors)
(xterm-rxvt-set-background-mode): New functions.
(toplevel): Call xterm-register-default-colors,
xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
Add support for more keys from xterm's terminfo entry.
Eli Zaretskii [Fri, 25 Jan 2002 13:08:24 +0000 (13:08 +0000)]
(DONTCOMPILE): Remove term/xterm.el.
Eli Zaretskii [Fri, 25 Jan 2002 13:07:35 +0000 (13:07 +0000)]
New file.
Thien-Thi Nguyen [Fri, 25 Jan 2002 08:39:14 +0000 (08:39 +0000)]
Reword face color location blurb.
Richard M. Stallman [Fri, 25 Jan 2002 05:06:27 +0000 (05:06 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 25 Jan 2002 05:06:14 +0000 (05:06 +0000)]
Comment change.
Richard M. Stallman [Fri, 25 Jan 2002 05:05:16 +0000 (05:05 +0000)]
(remove): Doc fix.
Richard M. Stallman [Fri, 25 Jan 2002 02:37:41 +0000 (02:37 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 25 Jan 2002 02:36:36 +0000 (02:36 +0000)]
(compilation-handle-exit):
Add a compilation-handle-exit property to the "finished" message.
(compilation-parse-errors): Stop parsing when that property is seen.
Richard M. Stallman [Fri, 25 Jan 2002 02:32:18 +0000 (02:32 +0000)]
(substring-no-properties): New function.
(copy-without-properties): Function deleted.
Stefan Monnier [Thu, 24 Jan 2002 23:14:38 +0000 (23:14 +0000)]
*** empty log message ***
Jason Rumney [Thu, 24 Jan 2002 20:49:36 +0000 (20:49 +0000)]
(w32_wnd_proc) <WM_PAINT>: Initialize update_rect.
Combine the regions returned by BeginPaint and GetUpdateRect.
Jason Rumney [Thu, 24 Jan 2002 20:41:46 +0000 (20:41 +0000)]
(x_scroll_run): Use ScrollWindowEx in place of BitBlt.
If region left to draw is not what was expected, mark the frame as
garbaged.
Richard M. Stallman [Thu, 24 Jan 2002 19:20:21 +0000 (19:20 +0000)]
(x-handle-geometry): Put sizes on both
initial-frame-alist and default-frame-alist.
Richard M. Stallman [Thu, 24 Jan 2002 18:56:45 +0000 (18:56 +0000)]
(custom-save-all): Bind file-precious-flag to t for saving .emacs.
Richard M. Stallman [Thu, 24 Jan 2002 18:55:53 +0000 (18:55 +0000)]
(basic-save-buffer-2): Ignore file-error in delete-file.
Eli Zaretskii [Thu, 24 Jan 2002 17:18:35 +0000 (17:18 +0000)]
(record_char): Fix a typo in a comment.
Andrew Innes [Thu, 24 Jan 2002 16:11:06 +0000 (16:11 +0000)]
Remove unnecessary version number and date references.
Richard M. Stallman [Thu, 24 Jan 2002 06:06:11 +0000 (06:06 +0000)]
(generate-calendar-month): Doc fix.
Richard M. Stallman [Wed, 23 Jan 2002 23:33:02 +0000 (23:33 +0000)]
(tetris): New defgroup.
(tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
(tetris-default-tick-period): Convert to defcustom.
Added * in docstring to indicate user variable.
(tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
(tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
(tetris-buffer-height, tetris-width, tetris-height)
(tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
Jason Rumney [Wed, 23 Jan 2002 22:03:26 +0000 (22:03 +0000)]
(x_update_window_begin): Only hide caret if
w32_use_visible_system_caret is set.
(x_update_window_end): Only show caret if
w32_use_visible_system_caret is set.
(syms_of_w32term): Handle SystemParametersInfo call failing.
Jason Rumney [Wed, 23 Jan 2002 21:52:41 +0000 (21:52 +0000)]
(syms_of_w32fns): Initialize w32_visible_system_caret_hwnd.
Richard M. Stallman [Wed, 23 Jan 2002 17:46:44 +0000 (17:46 +0000)]
(copy-without-properties): New function.
Colin Walters [Wed, 23 Jan 2002 04:03:11 +0000 (04:03 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 23 Jan 2002 00:44:27 +0000 (00:44 +0000)]
(mail-mode): ">" is not a supercite-style prefix
and is already matched by adaptive-fill-regexp.
Richard M. Stallman [Wed, 23 Jan 2002 00:00:23 +0000 (00:00 +0000)]
Minor explanation.
Richard M. Stallman [Tue, 22 Jan 2002 23:03:47 +0000 (23:03 +0000)]
Minor cleanup.
Richard M. Stallman [Tue, 22 Jan 2002 22:47:14 +0000 (22:47 +0000)]
(mode-line-copied-mode-name): New variable.
(mode-line-mode-name): Don't modify mode-name itself!
Instead, make a copy and reuse it.
Richard M. Stallman [Tue, 22 Jan 2002 21:05:28 +0000 (21:05 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 22 Jan 2002 21:05:13 +0000 (21:05 +0000)]
(sh-set-shell): Doc fix.
Richard M. Stallman [Tue, 22 Jan 2002 20:56:29 +0000 (20:56 +0000)]
(unexec): Define n so as to cause compilation error
for the code where people have often written n instead of nn.
Richard M. Stallman [Tue, 22 Jan 2002 20:53:55 +0000 (20:53 +0000)]
(hookpost-run): Defined.
Eli Zaretskii [Tue, 22 Jan 2002 11:50:36 +0000 (11:50 +0000)]
Document crashes on Irix due to some problem with `rld'.
Eli Zaretskii [Tue, 22 Jan 2002 11:39:38 +0000 (11:39 +0000)]
(Truncation, Overlay Arrow, Usual Display): Add index entries for fringe
usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:30:52 +0000 (11:30 +0000)]
(Debugger Operation): Add index entries for fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:27:49 +0000 (11:27 +0000)]
(Trailing Whitespace): Add index entry for fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:24:23 +0000 (11:24 +0000)]
(Continuation Lines): Add index entries for the fringe usage.
Eli Zaretskii [Tue, 22 Jan 2002 11:13:59 +0000 (11:13 +0000)]
Document problems with 4NT.
Eli Zaretskii [Tue, 22 Jan 2002 11:03:19 +0000 (11:03 +0000)]
Document problems with insufficient number of colors on X.
Richard M. Stallman [Tue, 22 Jan 2002 08:13:18 +0000 (08:13 +0000)]
*** empty log message ***
Richard M. Stallman [Tue, 22 Jan 2002 07:34:07 +0000 (07:34 +0000)]
(ange-ftp-canonize-filename): Avoid duplicate slash if DIR is just slash.
Richard M. Stallman [Tue, 22 Jan 2002 07:18:14 +0000 (07:18 +0000)]
(perl-mode-abbrev-table): Restore definition.
Richard M. Stallman [Tue, 22 Jan 2002 06:17:38 +0000 (06:17 +0000)]
Minor correction.
Jan Djärv [Tue, 22 Jan 2002 04:47:03 +0000 (04:47 +0000)]
xfns.c (x_set_frame_parameters): Typo in previous fix corrected.
Richard M. Stallman [Tue, 22 Jan 2002 02:19:12 +0000 (02:19 +0000)]
(copyright-regexp): Fix previous change.
Richard M. Stallman [Tue, 22 Jan 2002 01:42:44 +0000 (01:42 +0000)]
(ange-ftp-bs2000-posix-hook-installed): Move defvar up.
Richard M. Stallman [Tue, 22 Jan 2002 01:09:23 +0000 (01:09 +0000)]
(ispell-help): Clean up echo area if user quits.
Richard M. Stallman [Mon, 21 Jan 2002 23:04:26 +0000 (23:04 +0000)]
(set-face-stipple): Reference description of bitmap data
in Face Attributes.
Richard M. Stallman [Mon, 21 Jan 2002 22:49:43 +0000 (22:49 +0000)]
Comment change.
Richard M. Stallman [Mon, 21 Jan 2002 22:18:16 +0000 (22:18 +0000)]
(Table of Resources): Under menuBar, add xrefs to the nodes
for menu bar appearance resources. Say how to run xrdb to make
.Xdefaults take effect.
Richard M. Stallman [Mon, 21 Jan 2002 21:33:33 +0000 (21:33 +0000)]
Don't require ibuf-ext at load time.
(ibuffer): Require ibuf-ext here.
Jan Djärv [Mon, 21 Jan 2002 19:23:48 +0000 (19:23 +0000)]
xfns.c (x_set_frame_parameters): Just call x_fullscreen_adjust
if fullscreen is being set.
Pavel Janík [Mon, 21 Jan 2002 16:15:44 +0000 (16:15 +0000)]
(Fminibuffer_contents)
(Fminibuffer_contents_no_properties, Fread_from_minibuffer)
(Fread_string, Fread_no_blanks_input, Fcompleting_read): Doc fixes.
Pavel Janík [Mon, 21 Jan 2002 16:09:55 +0000 (16:09 +0000)]
Comment fix.
Francesco Potortì [Mon, 21 Jan 2002 12:49:11 +0000 (12:49 +0000)]
* generic-x.el (apache-conf-generic-mode): Highlight the first
word in a line even if preceded by blanks.
Richard M. Stallman [Mon, 21 Jan 2002 08:55:39 +0000 (08:55 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 21 Jan 2002 08:55:32 +0000 (08:55 +0000)]
(window-body-height): Handle minibuffer window specially.
Otherwise, don't return less than 1.
Richard M. Stallman [Mon, 21 Jan 2002 08:53:42 +0000 (08:53 +0000)]
(check_frame_size): Fix minimum height calculation.
Richard M. Stallman [Mon, 21 Jan 2002 04:18:03 +0000 (04:18 +0000)]
*** empty log message ***
Colin Walters [Mon, 21 Jan 2002 03:17:02 +0000 (03:17 +0000)]
(toplevel, ibuffer-default-directory): Doc fixes.
Colin Walters [Mon, 21 Jan 2002 03:16:33 +0000 (03:16 +0000)]
(toplevel) Require `ibuf-ext', which is now compiled with
`byte-compile-dynamic'.
Ken Raeburn [Mon, 21 Jan 2002 01:51:27 +0000 (01:51 +0000)]
dispextern.h (WINDOW_WANTS_MODELINE_P): Use XFASTINT on window height before
comparison.
(WINDOW_WANTS_HEADER_LINE_P): Likewise.
Jason Rumney [Sun, 20 Jan 2002 23:27:22 +0000 (23:27 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 20 Jan 2002 23:20:45 +0000 (23:20 +0000)]
For window-min-height, the absolute minimum is 1.
For window-min-width, the absolute minimum is 2.
Minor cleanups.
Richard M. Stallman [Sun, 20 Jan 2002 23:19:43 +0000 (23:19 +0000)]
*** empty log message ***
Richard M. Stallman [Sun, 20 Jan 2002 23:17:16 +0000 (23:17 +0000)]
(Mode Line Format): Short windows can suppress the mode line and header line.
Jason Rumney [Sun, 20 Jan 2002 23:13:29 +0000 (23:13 +0000)]
(w32_visible_system_caret_hwnd): New static variable.
(w32_wnd_proc) <WM_KILL_FOCUS, WM_EMACS_DESTROY_CARET>: Set it.
<WM_EMACS_TRACK_CARET>: Arrange for system caret to be visible if
the user requests it. Use system default width when creating.
<WM_EMACS_HIDE_CARET, WM_EMACS_SHOW_CARET>: Handle new messages.
Jason Rumney [Sun, 20 Jan 2002 23:11:52 +0000 (23:11 +0000)]
(w32_system_caret_width): Remove.
(w32_use_visible_system_caret): New user flag.
(syms_of_w32term): DEFVAR_BOOL it. Initialize based on whether
Windows reports a screen reader running.
(x_update_window_begin): Hide the system caret.
(x_update_window_end): Show the system caret.
(x_display_and_set_cursor): Don't draw a cursor when
w32_use_visible_system_caret is set. Do not adjust width.
Jason Rumney [Sun, 20 Jan 2002 23:10:35 +0000 (23:10 +0000)]
(WM_EMACS_SHOW_CARET, WM_EMACS_HIDE_CARET): New
window messages.
Richard M. Stallman [Sun, 20 Jan 2002 23:09:45 +0000 (23:09 +0000)]
(MIN_SAFE_WINDOW_HEIGHT): Value now 1.
Richard M. Stallman [Sun, 20 Jan 2002 22:10:54 +0000 (22:10 +0000)]
Added support for BS2000, and for raw ftp
login commands (needed in some circumstances).
(ange-ftp-raw-login): New custom var.
(ange-ftp-normal-login): Perform login with raw ftp commands, if
ange-ftp-raw-login is set and account password is needed.
(ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
(ange-ftp-bs2000-filename-pubset-regexp)
(ange-ftp-bs2000-filename-username-regexp)
(ange-ftp-bs2000-filename-prefix-regexp)
(ange-ftp-bs2000-name-template): New consts.
(ange-ftp-bs2000-short-filename-regexp)
(ange-ftp-bs2000-fix-name-regexp-reverse)
(ange-ftp-bs2000-fix-name-regexp): New consts.
(ange-ftp-bs2000-special-prefix): New custom var.
(ange-ftp-fix-name-for-bs2000)
(ange-ftp-fix-dir-name-for-bs2000): New funs.
(ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
(ange-ftp-bs2000-posix-hook-installed): New vars.
(ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
(ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
(ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
(ange-ftp-bs2000-filename-regexp): New const.
(ange-ftp-bs2000-additional-pubsets): New custom var.
(ange-ftp-bs2000-cd-to-posix): New fun.
Pavel Janík [Sun, 20 Jan 2002 18:13:16 +0000 (18:13 +0000)]
*** empty log message ***
Pavel Janík [Sun, 20 Jan 2002 18:04:32 +0000 (18:04 +0000)]
(doprnt1): Fix typos in error call.
Eli Zaretskii [Sun, 20 Jan 2002 18:04:16 +0000 (18:04 +0000)]
Fix last change.
Eli Zaretskii [Sun, 20 Jan 2002 18:03:16 +0000 (18:03 +0000)]
(unexec) [__sgi]: Support the .got sections.
Pavel Janík [Sun, 20 Jan 2002 17:54:36 +0000 (17:54 +0000)]
(tempo-define-template): Doc fix.
Eli Zaretskii [Sun, 20 Jan 2002 17:27:16 +0000 (17:27 +0000)]
Fix a typo.
Jason Rumney [Sun, 20 Jan 2002 16:02:31 +0000 (16:02 +0000)]
Updated to include w32-vars.el
Pavel Janík [Sun, 20 Jan 2002 15:49:50 +0000 (15:49 +0000)]
(scroll-bar-mode): Make argument optional.
Jason Rumney [Sun, 20 Jan 2002 15:39:54 +0000 (15:39 +0000)]
*** empty log message ***
Jason Rumney [Sun, 20 Jan 2002 15:35:09 +0000 (15:35 +0000)]
[windows-nt]: Load w32-vars.
Jason Rumney [Sun, 20 Jan 2002 15:34:00 +0000 (15:34 +0000)]
Move user variables to w32-vars.el and make them defcustoms.
Use w32-list-proportional-fonts.
Jason Rumney [Sun, 20 Jan 2002 15:33:07 +0000 (15:33 +0000)]
Move user variables to w32-vars.el and make them defcustoms.
Jason Rumney [Sun, 20 Jan 2002 15:28:28 +0000 (15:28 +0000)]
New file: custom declarations for MS-Windows specific settings.
Jason Rumney [Sun, 20 Jan 2002 14:57:54 +0000 (14:57 +0000)]
(w32_load_system_font, w32_to_x_charset): Use strnicmp
in place of stricmp.
(w32_list_synthesized_fonts): Removed.
(w32_to_all_x_charsets, enum_font_maybe_add_to_list): New functions.
(struct enumfont_t): New element; list.
(enum_font_cb2): List all style and charset variations of a font.
(Fw32_select_font): New optional argument; include_proportional.
Exclude vertical fonts. Exclude proportional fonts unless
include_proportional is non-nil.
(w32_enable_synthesized_fonts): Change to a boolean.
(Fw32_send_sys_command): Doc fix.
Jason Rumney [Sun, 20 Jan 2002 14:54:48 +0000 (14:54 +0000)]
(w32_native_per_char_metric): Don't trust the metrics
that Windows returns. If a double check fails, try to guess how
ExtTextOut is going to act.
Richard M. Stallman [Sun, 20 Jan 2002 09:27:57 +0000 (09:27 +0000)]
Describe global-hl-line-mode.
Richard M. Stallman [Sun, 20 Jan 2002 09:27:07 +0000 (09:27 +0000)]
Comment changes.
Colin Walters [Sat, 19 Jan 2002 21:30:53 +0000 (21:30 +0000)]
Fix a typo.
Pavel Janík [Sat, 19 Jan 2002 19:15:11 +0000 (19:15 +0000)]
(tibetan-decompose-region)
(tibetan-decompose-string): Fix typo in docstring.
Pavel Janík [Sat, 19 Jan 2002 14:05:57 +0000 (14:05 +0000)]
Remove trailing whitespaces.
Pavel Janík [Sat, 19 Jan 2002 14:04:08 +0000 (14:04 +0000)]
*** empty log message ***
Pavel Janík [Sat, 19 Jan 2002 14:01:25 +0000 (14:01 +0000)]
(ruler-mode): New keyword. Fix :version.
Pavel Janík [Sat, 19 Jan 2002 13:54:57 +0000 (13:54 +0000)]
(update_frame): Move the variable `tem' to the block where it is used.
Fix typos in comments.
Jason Rumney [Sat, 19 Jan 2002 10:06:44 +0000 (10:06 +0000)]
(Fx_create_frame): Bind redisplay-dont-pause around
call to face-set-after-frame-default.
Richard M. Stallman [Fri, 18 Jan 2002 23:25:34 +0000 (23:25 +0000)]
(comint-redirect-send-command-to-process): Restore previous current buffer.
Richard M. Stallman [Fri, 18 Jan 2002 18:59:27 +0000 (18:59 +0000)]
*** empty log message ***
Richard M. Stallman [Fri, 18 Jan 2002 18:57:20 +0000 (18:57 +0000)]
(easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
"Finish Function" menu map entries for jdb mode.
(gud-jdb-use-classpath): New customization variable.
(gud-jdb-command-name): Add customization.
(gud-jdb-classpath, gud-marker-acc-max-length): New variables.
(gud-jdb-classpath-string): New variable.
(gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
(gud-jdb-build-source-files-list): Likewise.
(gud-jdb-massage-args): Record any command argument classpath
string in `gud-jdb-classpath-string'.
(gud-jdb-lowest-stack-level): New function, finds bottom of current
java call stack in jdb output.
(gud-jdb-find-source-using-classpath, gud-jdb-find-source)
(gud-jdb-parse-classpath-string): New functions.
(gud-jdb-marker-filter): Search/detect classpath information in
jdb's output. marker regexp updated to match oldjdb and jdb output
formats. Expand search for source files to include new/old methods
using new functions above. Do not allow `gud-marker-acc' to grow
without bound.
(jdb): Set classpath information (if available) as jdb is started.
Change `gud-break' and `gud-remove'
to use new %c ("class") escape in format strings. Add
`gud-finish', `gud-up', `gud-down' command string functions, and
add them to the local menu map. Update `comint-prompt-regexp' for
jdb and oldjdb. If attaching to an already running java VM and
configured to use classpath, send command to query for classpath,
else use previous method for finding and parsing java
sources. Set `gud-jdb-find-source' function accordingly.
(gud-mode): Doc fix.
(gud-format-command): Add support for new %c ("class") escape.
(gud-find-class): New function in support of %c escape.
Richard M. Stallman [Fri, 18 Jan 2002 18:25:52 +0000 (18:25 +0000)]
(WINDOW_WANTS_MODELINE_P): Check window height > 1.
(WINDOW_WANTS_HEADER_LINE_P): Check window height provides room.
Eli Zaretskii [Fri, 18 Jan 2002 11:44:40 +0000 (11:44 +0000)]
(Glyphs): All display types support faces in glyphs nowadays.